projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe24d61
)
mx35: Remove declaration of non-existing function
author
Benoît Thébaudeau
<
[email protected]
>
Tue, 14 Aug 2012 09:40:02 +0000
(09:40 +0000)
committer
Albert ARIBAUD
<
[email protected]
>
Sat, 1 Sep 2012 12:58:28 +0000
(14:58 +0200)
Signed-off-by: Benoît Thébaudeau <
[email protected]
>
Cc: Stefano Babic <
[email protected]
>
Acked-by: Stefano Babic <
[email protected]
>
arch/arm/include/asm/arch-mx35/sys_proto.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-mx35/sys_proto.h
b/arch/arm/include/asm/arch-mx35/sys_proto.h
index 422eb520aa1849ee6241e667b7fe374dedd29ca4..9c0d51321de00159de3c0c7101daf0d6596351c5 100644
(file)
--- a/
arch/arm/include/asm/arch-mx35/sys_proto.h
+++ b/
arch/arm/include/asm/arch-mx35/sys_proto.h
@@
-26,6
+26,5
@@
u32 get_cpu_rev(void);
#define is_soc_rev(rev) ((get_cpu_rev() & 0xFF) - rev)
-void sdelay(unsigned long);
#endif